snowflake: add 20260727 results and fix query 27 regex - #1206
Open
sfc-gh-mneglay wants to merge 1 commit into
Open
snowflake: add 20260727 results and fix query 27 regex#1206sfc-gh-mneglay wants to merge 1 commit into
sfc-gh-mneglay wants to merge 1 commit into
Conversation
Adds 18 result files under snowflake/results/20260727/ covering three warehouse types (gen1, gen2, interactive) at six sizes (XS, S, M, L, XL, 2XL). Each file is the best-scoring run out of three repetitions, selected by `sum(min(r2, r3))`. Also fixes the query 27 regex in snowflake/queries.sql: `\.` -> `\\.` in the character class and `\1` -> `\2` to reference the host capture group. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
snowflake/results/20260727/covering three warehouse types (gen1, gen2, interactive) at six sizes (XS, S, M, L, XL, 2XL).sum(min(r2, r3)).snowflake/queries.sql: escapes the literal dot (\.→\\.) and references the host capture group instead of thewww.prefix (\1→\2).Test plan
validate-results.pylocally with zero warnings and zero errors.results/20260213/xs_interactive.json).machinevalues use the normalized T-shirt sizing per Normalize machine names: drop redundant cloud prefix, normalize T-shirt sizes #881 (2XL, notX2L).cluster_sizematches Snowflake node counts (xs=1, s=2, m=4, l=8, xl=16, 2xl=32), matching the historicalresults/20220701/*.jsonconvention.🤖 Generated with Claude Code